html,body{margin:0}
.hContainer{
    width:1200px;
    margin:0 auto;
}
ol, ul,p{
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:after {
    clear: both;
}
@font-face{
   font-family: 'text_card';
   src: url('../fonts/text_card.TTF');
}
@font-face{
   font-family:'english_text';
   src: url('../fonts/english_text.OTF');
}
a {
    color: #fff;
    text-decoration: none;
}
 
/*公共类*/
.fl {
    float: left
}
.fr {
    float: right
}
.al {
    text-align: left
}
.ac {
    text-align: center
}
.ar {
    text-align: right
}
.hide,.hidden-mobile{
    display: none
}
.clear{
    clear:both;
}
.public-clear{
	clear: both;
}
.public-clear:after,.public-clear:before {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.public-fixed{
    position:fixed !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    transition:all .5s;
}	
.new-header{
	box-sizing: border-box;
	padding:28px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    border-bottom: 1px solid #f1f1f1;
}
.new-header,.new-header a{
	font-size: 16px;
	line-height: 21px;
	color: #27292e;
}	
.public-padding0{
	padding:0;
}
.public-fff{
    background:#fff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    transition:all .5s;
}
/*弹窗样式开始*/
.servicePopup{
    width:600px;
    height:320px;
    padding:10px;
    background-color:rgba(220,33,36,.9);
    color:#fff;
    text-align:center;
    position:fixed;
    left:50%;
    top:50%;
    margin-top:-160px;
    margin-left: -300px;
    z-index:10000;
    box-shadow:0 0px 15px rgba(0,0,0,.75);
    display:none;
}

.servicePopup .cont{
    width:100%;
    height:100%;
    border:1px solid #fff;
}

.servicePopup .cont .title{
    font-size:26px;
    font-weight:bold;
    line-height:normal;
    margin-top:30px;
}
    
.servicePopup .cont .keywords{
    font-size:14px;
    color:rgba(255,255,255,.5);
    margin-top:20px;
    width:85%;
    margin-left:auto;
    margin-right:auto;
}

.servicePopup .cont .btns{
    margin-top:25px;
    width:360px;
    margin-left:auto;
    margin-right:auto;
}
.servicePopup .cont .btn{
    height:40px;
    line-height:38px;
    width:160px;
    text-align:center;
    font-size:18px;
    color:#fff;
    border:solid #fff 1px;
    border-radius:40px;
    display:block;
    -webkit-transition:250ms all;
    transition:250ms all;
    cursor:pointer;
}   

.servicePopup .cont .closeBtn{
    opacity:.5;
}

.servicePopup .cont .closeBtn:hover{
    opacity:1;
}   

.servicePopup .cont .serviceBtn{
    background-color:#ff9512;
    color:#fff;
    border:none;
}   

/*.servicePopup .cont .serviceBtn:hover{
    background-color:rgba(255,255,255,.75);
}*/
/*弹窗样式结束*/
.public-box{
	position:absolute;
	left:0px;
	top:75px;
	z-index:50;
    display:block !important;
	margin:0;
	width:100%;	
	height:0;
    box-sizing: border-box;
/*    padding-top:30px;*/
    overflow:hidden;
    background:#fff;
}
.public-area{
	display: flex;
	/*align-items: center;*/
    justify-content: space-between;
	width: 100%;
	height:100%;
}
.public-version{
	width:70%;
    margin:0;
    box-sizing: border-box;
    padding-left:3%;
    border-left: 1px solid #f1f1f1;
/*	display: flex;
	justify-content: space-between;
	align-content: space-around;*/
}
.public-freshsion{
    width:26%;
    margin:0;
/*    display: flex;
    justify-content: space-between;
    align-content: space-around;*/
}
.public-solution{
    width:100%;
    margin:0;
    border: none;
    margin-top:25px;
}
.public-version dt,.public-freshsion dt{
    color: #666;
    font-weight: normal;
    padding-bottom:15px;
    font-size: 20px;
    text-align: left;
}
.public-version dt a,.public-freshsion dt a{
    float: right;
    font-size:14px !important;
    color:#000;
}
.public-version dd,.public-freshsion dd{
	height:60px;
	margin:0 auto 15px 0;
}
.public-version dd,.public-solution dd,.public-freshsion dd{
    position: relative;
	box-sizing: border-box;
	padding:6px 0px;
	transition:all .5s;
}
/*.public-version dd::after,.public-solution dd::after,.public-freshsion dd::after{
    content:"";
    position:absolute;
    left:0px;
    bottom:0px;
    width:0%;
    height: 1px;
    background:#ffae00;;
    transition:all .5s;
}*/
/*.public-version dd:hover::after,.public-solution dd:hover::after,.public-freshsion dd:hover::after{
    width:100%;
}*/
.public-version dd:hover,.public-solution dd:hover,.public-freshsion dd:hover{
	transform: translate(0, -5px);
}
/*.public-version dd:hover .public-name,.public-version dd:hover .public-text,.public-freshsion dd:hover .public-name,.public-freshsion dd:hover .public-text,.public-solution dd:hover span{
	color:#ffae00;
}*/


.public-version dd{
    width:32%;
    float: left;
}
.public-freshsion dd{
    width: 100%;
}
.public-top-nav-box  .public-solution dd a:hover,.public-top-nav-box  .public-version dd a:hover,.public-top-nav-box  .public-freshsion dd a:hover{
    display:block !important;
}
.public-version dd:nth-child(3n),.public-solution dd:nth-child(5n){
	margin-right:0;
}
.public-ionimg{
		
}
.public-ionimg img{
	max-height:42px; 
}
.public-infomation{
	margin-left:15px; 
	font-size:14px;	
	line-height:21px;
}
.public-name{
    text-align: left;
	font-weight:bold;
	font-size:18px;
	color:#000;
}
.public-name img{
    margin-left:10px;
}
.public-text{
	font-size:13px;
	color:#666;
}

.public-slides{
	position:fixed;
	left:0px;
	top:75px;
	width:100%;
	background:#fff;
	height:0;
	z-index:15;
    overflow:hidden;
}
.borderBottom{
    border-top: 1px solid #eee;
}
.top-nav-box .top-nav-items li .public-solution dd{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left:0;
    float: left;
    width:20%;
    margin-bottom:10px;
    height:50px;
}
.top-nav-box .top-nav-items li .public-solution dd span{
    display:block;
    width:75%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align:left;
}
.top-nav-box .top-nav-items li .public-solution dd>a{
	color:#000;
	line-height:26px;
    width: 100%;
    display: block;
}
.top-nav-box .top-nav-items li .public-solution dd img{
	float:left;
	margin-right:15px;
}
/*公共块*/
.wrap-trends {
    background: #f6f8fb url(../images/trends-bg.png) top center;
    width: 100%;
    height: 591px;
    padding:60px 0;
    box-sizing: border-box;
}

.wrap-trends .time-line-box {
    height: 190px;
    background: url(../images/trends-line.png) no-repeat center center
}

.wrap-trends .time-line-box .time-line {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}

#time-line-con {
    width: 100%;
    height: 100%;
}

#time-line-con .swiper-slide {
    font-size: 16px;
    text-align: center;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

#time-line-con .swiper-slide .tex {
    position: absolute;
    line-height: 21px;
    color: #242424;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    text-align: center;
}

#time-line-con .swiper-slide:nth-child(2n) .tex {
    bottom: 0;
}

#time-line-con .swiper-slide:nth-child(2n-1) .tex {
    top: 0;
}

#time-line-con .swiper-slide .circle {
    position: absolute;
    top: calc(50% - 10px);
    width: 100%;
}

#time-line-con .swiper-slide .circle span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 2px #ffffff;
    background: #383b54;
    border-radius: 100%;
}

#time-line-con .swiper-slide .tip {
    position: absolute;
    width: 100%;
}

#time-line-con .swiper-slide:nth-child(2n-1) .tip {
    bottom: 0;
}

#time-line-con .swiper-slide:nth-child(2n) .tip {
    top: 0;
}

#time-line-con .swiper-slide .tip span {
    display: inline-block;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    background: #383b54;
    border-radius: 4px;
    color: #fff;
    width:70%;
}

#time-line-con .swiper-slide .tip span:before {
    content: "";
    position: absolute;
    border-width: 12px;
    border-style: solid;
    left: calc(50% - 12px)
}

#time-line-con .swiper-slide:nth-child(2n) .tip span:before {
    bottom: -24px;
    border-color: #383b54 transparent transparent transparent;
}

#time-line-con .swiper-slide:nth-child(2n-1) .tip span:before {
    top: -24px;
    border-color: transparent transparent #383b54 transparent;
}

#time-prev {
    outline: none;
    left:-50px;
    width: 37px;
    height: 37px;
    background: url(../images/time-prev.png)
}

#time-prev:after {
    content: none;
}

#time-next {
    outline: none;
    right:-50px;
    width: 37px;
    height: 37px;
    background: url(../images/time-next.png)
}

#time-next:after {
    content: none;
}

.wrap-trends>.btn {
    text-align: center;
    margin-top: 66px;
}

.wrap-trends>.btn a {
    display: inline-block;
    width: 165px;
    height: 48px;
    background: #FFA800;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
}
.wrap-trends>.btn a.hidden-mobile{
    display:none;
}
.wrap-trends>.btn a:hover {
    background: #ff9512
}

.m-tit {
    display: none;
}

.wrap-tit {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    color: #000000;
    margin-bottom:30px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.wrap-tit-trends {
    background: url(../images/tit-bg05.png) no-repeat top center;
}
/*公共块*/

.public-paging{

}
.public-paging{
    clear: both;
    margin-top: 20px ;
    text-align: center;
}
.public-paging li {
    display: inline-block;
    box-sizing: border-box;
}
.public-paging a {
    border: 1px solid #ccc;
    padding:5px 10px;
    color:#000;
}
.public-paging span {
    background: #ff6c00 none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding:5px 10px;
    color:#fff;
}
.form-infos{
    width:510px;
    border: none;
    border-radius: 30px;
    height:50px;
    line-height: 50px;
    background: rgba(255,255,255,1);
    margin-top:20px;
    outline:none;
    box-sizing: border-box;
    padding:0px 20px;
    font-size:16px;
}
.w_fotfolw,.w_shadom,.w_fotsont{
    display:none;
}
@media(max-width:1199px){
    .hContainer{
        width:98%;
    }
}
@media(max-width:767px){
    .new-header{
        padding:20px 0;
    }
    .public-paging li:first-child{
        display:none;
    }
    .w_fotfolw{
      padding-top: 7px;
      width: 100%;
      height: 60px;
      background: red;
      position: fixed;
      left: 0px;
      bottom: 0;
      z-index:999;
      display: block;
      box-sizing: border-box;
    }
    .w_foticon1{
      width:32%;
      float: left;
      text-align: center;
      margin-right: 2%;
      line-height: 13px;
    }
    .w_foticon1 mip-img{
    	width:25px;
    	margin:0 auto;
    	max-width:100%;
    }
    .w_fotweixin{
      margin-right: 0px;
    }
    .w_fotfoltit{
      color: white;
       font-size: 14px;
       margin-top: 7px;
    }
    .w_btn{
      cursor: pointer;
      margin-bottom: 150px;
    }
    .w_clotitle{
      text-align: center;
      font-size: 18px;
      float: left;
      width: 85%;
    }
    .w_btnclose{
      background: white;
      width:95%;
      /* margin: 0 auto; */
      position: absolute;
      left: 50%;
      top:20px;
      margin-left: -47.5%;
      z-index:99999;
    }
    .w_showclose{

      text-align: right;
      padding: 15px;
      border-bottom: 1px solid #e5e5e5;
    }
    .w_showclose .w_closebtn{
      float: right;
      font-size: 22px;
      color: #000000;
      margin-top: -5px;
        
    }
    .w_fotsont{
        position: fixed;
        left: 0px;
        width:100%;
        background: yellow;
        bottom:60px;
        display: none;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        padding:0px 5vw;
        color: black;
        text-align: center;
        z-index:9999;
      }
      .w_clcopy{
        font-size: 14px;
        color: red;
        outline: none;
        border: none;
        background: none;
      }
      #w_text{
           color: blue;
      }
      .w_cha{
        font-size: 20px;
            float: right;
      }
      .w_mvp{
        width:174px;
        height: 32px;
        position: absolute;
        left: 50%;
        margin-left: -85px;
        bottom: 43px;
        z-index:9999;
        display: block;
      }
      .w_mvp a{
        display: block;
        width: 100%;
        height: 100%;
      }
      .w_shadom{
        width:200px;
        height: 100px;
        color:black;
        font-size: 16px;
        box-sizing: border-box;
        padding:15px;
        position: fixed;
        left: 50%;
        top:50%;
        margin-left:-100px;
        margin-top:-50px;
        background: white;
        border-radius: 5px;
        border: 1px solid #ebebeb;
        display: none;
        z-index:9999;
      }
      .w_shahead{
        text-align: center;
        /* border-bottom: 1px solid #e5e5e5; */
        box-sizing: border-box;
        padding-bottom:10px;
        font-size: 18px;
        text-align: center;
        color: #333;
        height: 30px;
      }
      .w_shahead span{
        float: right;
        font-size:20px;
      }
      .w_shatext{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        font-size: 16px;
      }
   .wrap-tit{
        margin-bottom:8px;
    }
    .hidden-pc{
        display:none;
    } 
    .hidden-mobile{
        display:block;
    }
}


/*尾部 2020-6-30*/

.footer{
    width:100%;
    height: 480px;
    background:#2e384a;
    color:#fff;
}
.footer .top-con{
 border-bottom:1px solid #404a5d;
 padding:30px 0;
}
.footer  .top-lis{
    font-size:0;
    width:1200px;
    margin:auto
}
.footer .top-lis li{
    display:inline-block;
    width:25%;
    line-height:47px;
    font-size: 16px;
	color: #bfc4ce;
    padding-left:66px;
    box-sizing: border-box;
}
.footer .top-lis li.lis01{background:url(../images/foot-icon01.png) no-repeat left center}
.footer .top-lis li.lis02{background:url(../images/foot-icon02.png) no-repeat left center}
.footer .top-lis li.lis03{background:url(../images/foot-icon03.png) no-repeat left center}
.footer .top-lis li.lis04{background:url(../images/foot-icon04.png) no-repeat left center}
.footer .foot-con {
    width:1200px;
    margin:auto;
    font-size:0;
    padding:50px 0 50px 0;
    margin-bottom:30px;
    border-bottom:1px solid #404a5d;
}
.footer .foot-con .out-lis>li{
    vertical-align: top;
    text-align:left;
    display:inline-block;
    width:20%;
}
.footer .foot-con .out-lis>li p.tit{
    font-size: 16px;
    color:#fff;
    margin-bottom:12px
}
.footer .foot-con .out-lis .in-lis li a{
    font-size: 14px;
	line-height: 30px;
	color: #858c98;
}
.footer .foot-con .out-lis .in-lis li a:hover{color:#fff;}
.footer .foot-con .out-lis .tel{
	font-size: 14px;
	line-height: 28px;
    color: #ffffff;
    margin-bottom:20px;
}
.footer .foot-con .out-lis .links p{
    margin-bottom:10px;
}
.footer .foot-con .out-lis .links p a{
    color:#999;
    font-size:14px;
    padding-left:25px;
    background:url(../images/links.png) no-repeat;
    cursor:pointer;
}
.footer .foot-con .out-lis .links p.technology a{
    background-position:left 2px
}
.footer .foot-con .out-lis .links p.community a{
    background-position:left -26px
}
.footer .foot-con .out-lis .links p.weixin a{
    background-position:left -52px
}
.footer .foot-con .out-lis .links p.weibo a{
    background-position:left -82px
}
.footer .foot-con .out-lis .links p.weixin{position: relative;}
.footer .foot-con .out-lis .links p.weixin img{display:none;position: absolute;right:5px;top:0;width:120px;}
.footer .foot-con .out-lis .links p.weixin:hover img{display:block}
.footer .foot-bottom{width:1200px;margin:auto}
.footer .foot-bottom div{color: #858c98;padding:20px 0;margin-left:-12px}
.footer .foot-bottom div a{
    font-size: 14px;
    color: #858c98;
    margin:0 12px;
}
.footer .foot-bottom div a:hover{color:#fff;}
.footer .foot-bottom>p{color:#fff;font-size:16px}
.m-footer{display:none;}
@media(max-width:1199px){
	.footer .foot-con,.footer .top-lis,.footer .foot-bottom{
		width:98%;
		margin:0 auto;
	}
}
@media(max-width:991px){
	.footer .top-lis li{
		font-size:14px;
	}
	.footer .foot-con .out-lis>li{
		width:17%;
	}
	.footer .foot-con .out-lis>li:last-of-type{
		width:30%;
	}
	.footer .foot-con{
		padding:40px 0;
	}
	.footer .top-lis li.lis02{
		background-position-x: 12px;
	}
	.footer{
		height:auto;
	    padding-bottom: 60px;
	}

}
@media(max-width:767px){
      /* 底部 */
      .footer{display:none}
      .m-footer{
          display:block;
          background: #2e384a;
          color: #fff;
          height: 580px;
      }
      .m-footer .top-lis li {
          display: inline-block;
          width: 50%;
          line-height: 47px;
          font-size: 24px;
          color: #bfc4ce;
          padding-left: 150px;
          box-sizing: border-box;
          margin:15px 0;
      }
      .m-footer .top-lis li.lis01{background:url(../images/foot-icon01.png) no-repeat 70px center}
      .m-footer .top-lis li.lis02{background:url(../images/foot-icon02.png) no-repeat 70px center}
      .m-footer .top-lis li.lis03{background:url(../images/foot-icon03.png) no-repeat 70px center}
      .m-footer .top-lis li.lis04{background:url(../images/foot-icon04.png) no-repeat 70px center}
      .m-footer .top-lis{font-size:0;border-bottom:1px solid #404a5d}
      .m-footer .foot-con{font-size:0;padding:20px 0;}
      .m-footer .foot-con li{
          display:inline-block;
          width:33%;
          font-size:24px;
          text-align: center;
      }
      .m-footer .contact{
          padding:20px 60px
      }
      .m-footer .contact .tit{
          font-size: 28px;
          margin-bottom:20px;
      }
      .m-footer .contact .tel{
          font-size: 18px;
          line-height:30px;
      }
      .m-footer .foot-bottom{
          text-align:center;
          font-size: 18px;
          line-height:30px;
      }
      
 /* 底部 */
 .m-footer{
     height:340px;
     /*margin-bottom:59px;*/
 }
 .m-footer .top-lis li {
     font-size:14px;
     line-height:35px;
     padding-left: 60px;
 }
 .m-footer .top-lis li.lis01{background:url(../images/foot-icon01.png) no-repeat 20px center;
     background-size:30px
    }
 .m-footer .top-lis li.lis02{background:url(../images/foot-icon02.png) no-repeat 20px center;
    background-size:30px }
 .m-footer .top-lis li.lis03{background:url(../images/foot-icon03.png) no-repeat 20px center;
    background-size:30px }
 .m-footer .top-lis li.lis04{background:url(../images/foot-icon04.png) no-repeat 20px center;
    background-size:30px }
 .m-footer .top-lis{font-size:0;border-bottom:1px solid #404a5d}
 .m-footer .foot-con{font-size:0;padding:10px 0;}
 .m-footer .foot-con li{
     font-size:16px;
 
 }
 .m-footer .contact{
     padding:15px 30px
 }
 .m-footer .contact .tit{
     font-size: 18px;
     margin-bottom:10px;
 }
 .m-footer .contact .tel{
     font-size: 14px;
 }
 .m-footer .foot-bottom{
     font-size: 14px;
     line-height:26px;
 }
 .w_foucs {
      box-shadow: 0px 0px 0px 2px rgba(255,0,0,0.8);
  }
  .w_ssbotom{

  }
  .w_ssbotom p{
       float: left;
  }
  .w_ssbotom a{
    float: right;
  }

}
@media(max-width:320px){
    .m-footer .top-lis li{padding-left:45px;}
    .m-footer .top-lis li.lis01{background:url(../images/foot-icon01.png) no-repeat 10px center;
        background-size:22px
       }
    .m-footer .top-lis li.lis02{background:url(../images/foot-icon02.png) no-repeat 10px center;
       background-size:22px }
    .m-footer .top-lis li.lis03{background:url(../images/foot-icon03.png) no-repeat 10px center;
       background-size:22px }
    .m-footer .top-lis li.lis04{background:url(../images/foot-icon04.png) no-repeat 10px center;
       background-size:22px }
    .m-footer .foot-bottom{
        font-size:12px;
        line-height:22px
    }
    #time-line-con .swiper-slide .tip span{
        height:36px;
        line-height:36px;
    }
}
